projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abfc2e5
)
Handle NO_TERMIO in principal HAVE_TERMIOS case.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Aug 1993 21:22:44 +0000
(21:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Aug 1993 21:22:44 +0000
(21:22 +0000)
src/systty.h
patch
|
blob
|
history
diff --git
a/src/systty.h
b/src/systty.h
index b07bfa2786055a53108931122c950c3ddf5a19aa..5d651877c95e624395eb6d6c69985e02cb9dc537 100644
(file)
--- a/
src/systty.h
+++ b/
src/systty.h
@@
-36,7
+36,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <termios.h> /* termios.h needs to be before termio.h */
#include <termio.h>
#else
+#ifndef NO_TERMIO
#include <termio.h>
+#endif
#include <termios.h>
#endif /* _AIX && _I386 */
#include <fcntl.h>